home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xtartan-2.0
/
tartcursor.h
< prev
next >
Wrap
Text File
|
1995-05-24
|
687b
|
18 lines
#define tartcursor_width 16
#define tartcursor_height 16
#define tartcursor_x_hot 7
#define tartcursor_y_hot 7
static char tartcursor_bits[] = {
0x14, 0x45, 0x08, 0x22, 0x14, 0x45, 0x5d, 0x77, 0xbe, 0xef, 0x5d, 0x77,
0x14, 0x45, 0x08, 0x22, 0x14, 0x45, 0x5d, 0x77, 0xbe, 0xef, 0x5d, 0x77,
0x14, 0x45, 0x08, 0x22, 0xbe, 0xef, 0x08, 0x22};
#define tartmask_width 16
#define tartmask_height 16
#define tartmask_x_hot -1
#define tartmask_y_hot -1
static char tartmask_bits[] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};